Skip to content

feat: add issue list --label flag for filtering by label (#111)#121

Merged
q-soriarty merged 1 commit intodevelopfrom
feature/111-issue-list-label
Apr 2, 2026
Merged

feat: add issue list --label flag for filtering by label (#111)#121
q-soriarty merged 1 commit intodevelopfrom
feature/111-issue-list-label

Conversation

@q-soriarty
Copy link
Copy Markdown
Contributor

Summary

Closes #111

Add --label/-l flag to issue list for filtering issues by label name, matching gh CLI behavior.

$ copia-cli issue list --label bug
$ copia-cli issue list -l bug -l urgent

Passes label names to Gitea API as ?labels=name1,name2.

Test plan

  • Unit test for label filter
  • All existing tests pass

Pass label names to Gitea API as ?labels=name1,name2 query param.
Matches gh CLI behavior.
@q-soriarty q-soriarty marked this pull request as ready for review April 2, 2026 10:29
@q-soriarty q-soriarty merged commit a50afcd into develop Apr 2, 2026
4 checks passed
@q-soriarty q-soriarty deleted the feature/111-issue-list-label branch April 2, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant